Newer
Older
Digital_Repository / Memory Bank / Heritage Inventory / 22-3-07 / files / oai.css

/* The frame for the whole page */
#main {
	border: 1px solid #C0C0C0;
	padding-bottom: 10px;
	width: 820px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
}
#breadCrumb {
	font-style: italic;
	font-size: 10px;
	margin-left: 10px;
}
li {
	list-style-type: square;
	list-style-position: outside;
}
a:link {
	color: black;
	font-weight: normal;
}
a:visited {
	color: #666666;
}

/* The page below the title bar */
#mainTextBlock {
	font-size: 12px;
	color: #666666;
	line-height: 125%;
}
#mainTextBlock li {
	margin-left: 20px;
	padding-bottom: 0px;
	line-height: 150%;
}
#mainTextBlock hr {
	width: 350px;
}
.sectionTitle {
	text-align: inherit;
	font-weight: bold;
	padding-bottom: 0px;
	font-style: italic;
	color: blue;
	line-height: 20%;
}

/* Right hand pane with focus information */
#focusBox {
	padding: 15px 20px 20px 20px;
	margin: 10px;
	float: right;
	width: 330px;
	background: #EEEEEE;
	clear: ;
	margin-left: 10px;
	text-align: justify;
	line-height: 75%;
}
#focusBox li {
	margin-left: 20px;
	padding-bottom: 10px;
	line-height: 120%;
}

.focusBoxHeadline {
	font-weight: bold;
	color: black;
}

/* Text pane to the left of the focus pane */
#leftPane {
	width: 420px;
}
.textBlock {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}